Click or drag to resize

MessageHasAttachment Property

Contains true if a message contains at least one attachment.

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public bool HasAttachment { get; set; }

Property Value

Type: Boolean
true if this instance has attachment; otherwise, false.
See Also